Trivial typo fix
authorMatthias Clasen <mclasen@redhat.com>
Fri, 5 Jun 2020 21:08:29 +0000 (17:08 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 5 Jun 2020 21:08:43 +0000 (17:08 -0400)
gtk/gtktreelistmodel.h

index 0d405ee99d0308c7978fc4181700fd3eb102bf63..1b358f8d6b06c1c9e3acb43fc80928b9179a0a73 100644 (file)
@@ -48,7 +48,7 @@ G_DECLARE_FINAL_TYPE (GtkTreeListRow, gtk_tree_list_row, GTK, TREE_LIST_ROW, GOb
  * gtk_tree_list_row_set_expanded() is called.
  *
  * This function can return %NULL to indicate that @item is guaranteed to be
- * a leave node and will never have children.  
+ * a leaf node and will never have children.
  * If it does not have children but may get children later, it should return
  * an empty model that is filled once children arrive.
  *